home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / libs / x / ygl-3.000 < prev    next >
Encoding:
Text File  |  1996-11-17  |  1.2 KB  |  37 lines

  1. /*
  2.  *    Ygl: Run 2d-GL programs with standard X11 routines.
  3.  *    (C) Fred Hucht 1993/94
  4.  *    EMail: fred@thp.Uni-Duisburg.DE
  5.  */
  6.  
  7. Ygl emulates SGI's GL (Graphics Language) under X11. It compiles fine
  8. under AIX 3.2, HP-UX 7.0/8.0/9.0, Linux with XFree, SunOS, ConvexOS
  9. and others, but needs an ANSI-C compiler (gcc is ok).
  10.  
  11. Ygl is distributed under the GNU CopyLeft. See the included LICENSE
  12. file for further details.
  13.  
  14. Included are most of the two-dimensional graphics routines, the queue
  15. device routines, some query routines, doublebuffering, RGB mode with
  16. arbitrary visuals and most of the window attribute routines (see below).
  17.  
  18. Several functions and features are added (see below), some bugs are
  19. fixed (see below, too).
  20.  
  21. The newest version of Ygl is always available at
  22.  
  23.           ftp://ftp.thp.Uni-Duisburg.DE/pub/source/X11/Ygl.tar.gz
  24.  
  25. The latest version of the ReadMe file is available at the World Wide
  26. Web: The URL is
  27.  
  28.           http://WWW.thp.Uni-Duisburg.DE/Ygl/ReadMe.html
  29.  
  30. Have fun,
  31.  
  32.    Fred
  33.  
  34. Fred Hucht, Institute of Theoretical Physics, University of Duisburg, Germany
  35. Email: fred@thp.Uni-Duisburg.DE                 "Never run a changing system"
  36. <a href="http://WWW.thp.Uni-Duisburg.DE/">Click Me!</a>
  37.